mini-yetus: fix Docker image tag to match CI#5679
Merged
rene merged 1 commit intolf-edge:masterfrom Mar 16, 2026
Merged
Conversation
tools/mini-yetus.sh referenced lfedge/eve-yetus:0.15.10-eve-1 which does not exist on Docker Hub. The Makefile correctly uses 0.15.1-eve-1. This mismatch caused 'make mini-yetus' to silently fail: the Docker container never started, no results file was produced, yet the script exited 0 — masking the failure entirely. Align the tag with the Makefile so the local linter actually runs. Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5679 +/- ##
==========================================
+ Coverage 19.52% 29.49% +9.96%
==========================================
Files 19 18 -1
Lines 3021 2417 -604
==========================================
+ Hits 590 713 +123
+ Misses 2310 1552 -758
- Partials 121 152 +31 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
rene
approved these changes
Mar 16, 2026
Contributor
|
Absolutely zero needs to run Eden tests on this PR. merging.... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
tools/mini-yetus.shreferencedlfedge/eve-yetus:0.15.10-eve-1which does not exist on Docker Hub. The Makefile correctly uses0.15.1-eve-1. This mismatch causedmake mini-yetusto silently fail: the Docker container never started, no results file was produced, yet the script exited 0 — masking the failure entirely.Align the tag with the Makefile so the local linter actually runs.
How to test and validate this PR
make MYETUS_VERBOSE=Y mini-yetuson a branch with known lint issues.sed: can't read .../results-full.txtand reports nothing (Docker image not found, silently swallowed).Changelog notes
No user-facing changes.
PR Backports
Checklist
I've provided a proper description
I've added the proper documentation
I've tested my PR on amd64 device
I've tested my PR on arm64 device
I've written the test verification instructions
I've set the proper labels to this PR
I've checked the boxes above, or I've provided a good reason why I didn't
check them.